chore(deps): update dependency build_bazel_rules_swift to v2.2.0 #190
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.1->2.2.0Release Notes
bazelbuild/rules_swift (build_bazel_rules_swift)
v2.2.0Compare Source
What's Changed
swift_library_groupby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1292mixed_langauge_libraryby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1293swift_{binary,test}generating a.dSYMbundle as an output when--apple_generate_dsymis set by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1327swift_module_mappingrule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1329module_mappingflag to the Swift rules by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1332library_evolutionattribute toswift_libraryby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1335swift_module_mappingby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1333swift_import: always link the import. by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1343swift_module_mapping_testrule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1340swift_testtest runner compile by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1354force_apple_targetStarlark flag by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1350swift.checked_exclusivityfeature by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1352derive_swift_module_nameas a free function in its own.bzlfile by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1347swift_explicit_moduleoutput group fromswift_clang_module_aspectby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1349--test_filterinswift_testby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1341swift_cross_import_overlayrule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1342language = "objc"tocc_common.configure_featureswhen targeting an Apple platform by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1358macro_expansionsduring debug builds by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1355create_swift_module_contextandcreate_{clang,swift}_module_inputsas free functions in the lightweightproviders.bzlfile, and turncreate_swift_infointo the initializer callback forSwiftInfoby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1357SwiftInfos to compilation prerequisites when needed by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1362create_swift_interop_infoas a free function in the lightweightswift_interop_info.bzlfile by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1366swift_common.compileso that it returns aSwiftInfothat can be propagated by callers by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1370swift.checked_exclusivityby default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1371-index-include-localsfor Swift compiles by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1375const_gather_protocolschange by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1376swift_feature_allowlistchecking by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1377ConfigResultInfoto set additional tools by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1378swift.disable_clang_spifeature and enable it by default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1372-enable-library-evolutionflag by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1382SwiftClangModuleAspectInfoby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1379swift_importpropagates the.swiftinterfacefile in itsSwiftInfoif it's given one as an input by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1380is_frameworkparameter tocompile_module_interfaceby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1374swift.supports_bare_slash_regexcode with upstream by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1384swift.internalize_at_linkfeature and enable it by default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1389command_line_objc_coptstocompile_config.bzlby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1391swift_binarytargets by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1400swift.disable_availability_checkingfeature by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1401.swiftsourceinfofiles behind a feature since they are non-deterministic (contain absolute paths) by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1403SwiftBinaryInfoas a public provider for IDEs and language tooling that need to get at the Swift module of aswift_binaryorswift_testtarget by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1404swift.enable_v6feature to support migration to the Swift 6 language mode by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1411swift_compiler_plugin_importto support pre-built compiler plugins, and add apluginsattribute toswift_importby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1412AccessLevelOnImportby default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1413Full Changelog: bazelbuild/rules_swift@2.1.1...2.2.0
This release is compatible with Bazel 6.x LTS, 7.x LTS, and 8.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.